# Print Format, Delivery Note Packing List Wise
[

	# These values are common in all dictionaries
	{
		'creation': '2011-08-18 16:29:14',
		'docstatus': 0,
		'modified': '2011-08-23 13:24:12',
		'modified_by': 'Administrator',
		'owner': 'Administrator'
	},

	# These values are common for all Print Format
	{
		'doctype': 'Print Format',
		'html': "<html>\n<head>\n\n<script>\nfunction replaceAll(s,s1,s2){ return s.split(s1).join(s2);}\n\nfunction get_letter_head(){\n  var cp = locals['Control Panel']['Control Panel'];\n    if(cp.letter_head != 'None') {return cp.letter_head; }\n      else{ return ''};\n  }\n</script>\n<style>\n.cust_tbl { border-collapse:collapse; }\n.cust_tbl td { border:1px solid #848484; }\n</style>\n</head>\n\n<body>\n<script>\nreplaceAll(doc.print_packing_slip,'[HEADER GOES HERE]',get_letter_head());\n</script>\n</body>\n</html>",
		'module': 'Stock',
		'name': '__common__',
		'standard': 'Yes'
	},

	# Print Format, Delivery Note Packing List Wise
	{
		'doctype': 'Print Format',
		'name': 'Delivery Note Packing List Wise'
	}
]